Add redirect stubs for moved/removed pages#8194
Closed
dereuromark wants to merge 1 commit into5.xfrom
Closed
Conversation
- console-and-shells.html → console-commands/ - controllers/components/cookie.html → controllers/request-response.html#setting-cookies These old URLs return 404 and are still referenced from external sources. Uses meta refresh for instant client-side redirect with a fallback link for non-JS environments.
Contributor
|
I'm not sure about this one, wouldn't a proper permanent redirect in site site-book config be a fit better here? |
Contributor
|
Added your redirects here https://github.com/cakephp/site-book/blob/master/nginx.conf.sigil#L88-L105 In the examples above these will redirect from 4.x and up to current version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<meta http-equiv="refresh">for instant client-side redirect with fallback linksRedirects
console-and-shells.htmlconsole-commands/controllers/components/cookie.htmlcontrollers/request-response.html#setting-cookiesContext
These old URLs are still referenced from external sources (blog posts, Stack Overflow answers, cached IDE docs). The CakePHP source code
@linkannotations have already been updated in cakephp/cakephp#19221 to point to the correct pages directly.